Welcome![Sign In][Sign Up]
Location:
Search - round robin

Search list

[Windows Develop1

Description: 时间片轮转法调度算法 时间片轮转法调度算法-Time-slice Round-Robin Scheduling Algorithm for time-slice Round-Robin Scheduling Algorithm for
Platform: | Size: 1024 | Author: wjf | Hits:

[Windows Developycycgb

Description: 进程调度 模拟进程调度 时间片轮转 优先级模拟算法-Process scheduling simulation process scheduling time slice simulation algorithm Round-Robin Priority
Platform: | Size: 2048 | Author: zlz | Hits:

[Windows DevelopFIRST2

Description: 编写并调试一个模拟的进程调度程序,采用“轮转法”调度算法对五个进程进行调度。   轮转法可以是简单轮转法、可变时间片轮转法,或多队列轮转法。 -Write and debug a simulation of the process scheduling program, a "Round-Robin" scheduling algorithm for scheduling the five process. Round-Robin Round-Robin method can be simple, variable time slice Round-Robin method, one or more Round-Robin queue.
Platform: | Size: 1024 | Author: sylvia | Hits:

[Software EngineeringJoseph

Description: 编号为1,2,3,…,n的n个人按顺序针方向围坐一张圆桌旁,每个人手中持有 一个密码(正整数)。首先输入一个正整数作为报数上限值m,然后,从第一个人开始按顺序针方向自1开始顺序报数,报到m的人离开桌子,并将他手中的密码作为新的m值,从顺序针方向的下一个就坐在桌旁的人开始重新从1报数,如此下去,直至所有人全部离开桌旁为止。 算法思想: 用单循环链表来解决这一问题,实现的方法首先要定义链表结点,单循环链表的结点结构与一般单链表的结点结构完全相同,只是数据域用一个整数来表示;然后将它们组成一个单循环链表。接下来从位置为1的结点开始数,数到第m-1个结点,就将下一个结点从循环链表中删除,然后再从删去结点的下一个结点开始报数,如此下去,直到所有的人离开桌子。 -Numbered 1,2,3, ..., n, n individuals under the direction of the order of sitting around a round table next to the pin, holding the hands of each person A password (positive integer). First, enter a positive integer as the number of reported upper limit of m, then, from the first person to embark on the order of pin direction from a starting sequence reported that the number of people leaving the table to report m, and the password in his hand as a new m value, from the Under the direction of the order of one pin on the people sit at the table began to re-reported from a few, and so on, until all leave the table until everyone. Algorithm idea: Linked list with one-cycle to solve this problem, the methods to achieve the first node to define linked lists, single cycle nodes linked list structure and the general structure of a single linked list of nodes are identical, only the data field with an integer to represent then they are the formation of a single round-robin list. Next, f
Platform: | Size: 1024 | Author: 冬冬 | Hits:

[Data structsjcddu

Description: 计算机操作系统轮转法调用进程实验Computer operating system calls the process of Round-Robin Experiment-Computer operating system calls the process of Round-Robin Experiment
Platform: | Size: 1024 | Author: 何明 | Hits:

[OS Developjinchendiaodu

Description: 操作系统中进程调度,包含简单轮转法,最高优先数-The operating system process scheduling, containing a simple Round-Robin method, the highest priority number
Platform: | Size: 71680 | Author: huang | Hits:

[OtherJCDD

Description: 在虚拟机上模拟操作系统对进程进行时间片轮转调度。-In the virtual machine to simulate the operating system to the process time-slice round-robin scheduling.
Platform: | Size: 1024 | Author: greenen | Hits:

[CSharpsjp

Description: 使用时间片轮转法实现进程调度,附带简单注释。-Round-Robin using the time slice to achieve the process of scheduling, with a simple comment.
Platform: | Size: 2048 | Author: gdut | Hits:

[OS Developlunzhuanfa

Description: 操作系统实验,用轮转法实现进程调度-Operating system, experiment, implementation process scheduling using Round-Robin
Platform: | Size: 226304 | Author: kay | Hits:

[CSharpsched

Description: 操作系统进程输入及其调度算法-时间片轮转法-The operating system processes input and its scheduling algorithm- time slice Round-Robin
Platform: | Size: 2048 | Author: 仇大伟 | Hits:

[VHDL-FPGA-Veriloground_robin_vhdl

Description: Round Robin using VHDL
Platform: | Size: 1024 | Author: mmurali | Hits:

[Graph Drawingrrdtool.tar

Description: 简单的说,RRDtool1.4.3 (Round Robin Database Tool)就是一个强大的绘图的引擎,很多工具例如MRTG都可以调用rrdtool绘图。 -Simply put, RRDtool1.4.3 (Round Robin Database Tool) is a powerful graphics engine, and many tools such as MRTG can call rrdtool drawing.
Platform: | Size: 1381376 | Author: liubin | Hits:

[CSharpCircularqueue

Description: 数据结构课程设计中的循环队列的算法设计与实现-Data Structure Course Design Round Robin Algorithm Design and Implementation
Platform: | Size: 1024 | Author: 硕硕 | Hits:

[OS DevelopCoOSv1.12

Description: ARM Cortex M3及M0定制操作系统 高度可裁剪性,最小系统内核仅974Byte 支持优先级抢占和时间片轮转 自适应任务调度算法 零中断延时时间 堆栈溢出检测 信号量、邮箱、队列、事件标志、互斥等同步通信方式 支持多种编译器:ICCARM、ARMCC、GCC -Specially designed for Cortex-M series Scalable, minimal system kernel is only 974Byte Adaptive Task Scheduling Algorithm. Supports preemptive priority and round-robin Interrupt latency is 0 Stack overflow detection option Semaphore, Mutex, Flag, Mailbox and Queue for communication & synchronisation Supports the platforms of ICCARM, ARMCC, GCC
Platform: | Size: 77824 | Author: rd | Hits:

[Algorithmxunhuansai

Description: 算法:循环赛日程表,适用于任何数,根据王晓东算法设计与分析编写-Algorithm: round robin schedule
Platform: | Size: 1024 | Author: zz | Hits:

[Windows DevelopOS_exp1_process!!

Description: 实现了最短进程优先算法,以及时间片轮转算法-Process to achieve the minimum priority scheduling, and time slice Round Robin
Platform: | Size: 2048 | Author: 王洋 | Hits:

[OtherJoseph

Description: 本程序中,利用单循环链表结构模拟此过程。输人的人数不能超过三十人,输入的密码只能是一位数。否则将提示有误。第一次要报的数没有限制。程序将会把每一个密码的出列顺序显示出来。-This procedure, the use of round robin list structure simulation of this process. The number of inputs can not be more than 30 people, the password can only be a few. Otherwise, an error will be prompted. The first no limit to the number of secondary reported. Program will put a password for each order of the columns displayed.
Platform: | Size: 8192 | Author: 韩丰 | Hits:

[Windows Developdxhlb

Description: 单循环链表的简单设计和代码实现,分享给大家-Round robin list of simple design and code implementation, share it with everyone
Platform: | Size: 7168 | Author: liyabin | Hits:

[SCMavr128usart

Description: 一般教科书上提供的UART收发的程序往往是一段采用轮循(Polling)方式完成收发的简单代码。但对于高速的AVR来讲,采用这种方式大大降低了MUC的效率。在使用AVR时,应根据芯片本身的特点(片内大容量数据器RAM,更适合采用高级语言编写系统程序),编写高效可靠的UART收发接口(低层)程序。下面是一个典型的USART的接口程序。-General textbook on the procedures provided by the UART transceivers often use a round robin (Polling) a simple manner to send and receive code. But for high-speed AVR speaking, this approach greatly reduces the efficiency of MUC. When using the AVR should be based on the characteristics of the chip itself (on-chip high-capacity data device RAM, more suitable for high-level language for writing system programs), the preparation of highly efficient and reliable UART transceiver interface (lower) program. The following is a typical USART interface program.
Platform: | Size: 2048 | Author: 男人 | Hits:

[OS Developschedsim

Description: 操作系统调度,进程处理策略模拟, 可以模拟Round Robin,FIFO,short job first等经典调度算法,也可以添加自定义的算法进行观察-OS schedule simulator
Platform: | Size: 625664 | Author: liuv | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 24 »

CodeBus www.codebus.net